Skip to content

nugu-developers/silvertray-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverTray

Platform Carthage compatible CocoaPods compatible Swift Package Manager compatible License Codacy Badge

Requirements

  • iOS 10.0+
  • Xcode 11.4+
  • Swift 5.1+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate SilverTray into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'SilverTray'

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate SilverTray into your Xcode project using Carthage, specify it in your Cartfile:

github "nugu-developers/silvertray-ios" "1.0.0"

Then run carthage update.

Swift Package Manager

To integrate using Apple's Swift package manager, add the following as a dependency to your Package.swift:

dependencies: [
    .package(url: "https://github.com/nugu-developers/silvertray-ios.git", from: "1.0.0")
]

License

The contents of this repository is licensed under the Apache License, version 2.0.